Rows: 20 Columns: 9
ββ Column specification ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Delimiter: ","
chr (5): location, type_visit, gender, v1, text_response
dbl (4): respondentid, v2, lat, long
βΉ Use `spec()` to retrieve the full column specification for this data.
βΉ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 20
Columns: 9
$ respondentid <dbl> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 1β¦
$ location <chr> "Lubelskie", "Lubelskie", "Lubelskie", "Lubelskie", "Lubβ¦
$ type_visit <chr> "in person", "in person", "in person", "in person", "in β¦
$ gender <chr> "M", "F", "M", "F", "F", "F", "M", "M", "M", "F", "F", "β¦
$ v1 <chr> "yes", "no", "yes", "no", "yes", "no", "yes", "yes", "noβ¦
$ v2 <dbl> 1, 5, 6, 2, 7, 1, 3, 3, 5, 7, 8, 9, 4, 2, 3, 1, 6, 4, 2,β¦
$ text_response <chr> "I liked the service.", "I did not like the service.", "β¦
$ lat <dbl> 51.01707, 51.27283, 50.92471, 50.35257, 51.50020, 51.745β¦
$ long <dbl> 23.12068, 23.53005, 23.57209, 23.03679, 23.24230, 21.981β¦